Automatic generation produced by ISE Eiffel
indexing
description: "Objects that display a dialog from whom the user can choose input paths and an output path"
author: "Timon Hertli"
date: "$Date$"
revision: "$Revision$"
class interface
DIRECTORY_DIALOG
create
default_create
feature
initialize
-- Initialize Dialog
feature -- Access
only_leaf_directories: BOOLEAN
-- Only save leaf directories
set_only_leaf_directories (a: BOOLEAN)
-- Set only leaf directories
root_directory: STRING
-- The root directory
set_root_directory (a: STRING)
-- Set root directory
output: STRING
input: ARRAYED_LIST [STRING]
input_filenames: LINKED_LIST [STRING]
-- Names of the input files
end -- class DIRECTORY_DIALOG
-- Generated by ISE Eiffel --
For more details: www.eiffel.com